home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / 3d / ArtOfIllusion24-Mac.dmg / Art of Illusion / Plugins / Help / helpgui-1.1a.jar / docs / README < prev   
Text File  |  2006-11-27  |  1KB  |  55 lines

  1. HelpHUI  version 1.1
  2. http://helpgui.sourceforge.net
  3.  
  4.  
  5.  
  6. ==========================
  7. TABLE OF CONTENT
  8. ================
  9.  1. Author 
  10.  2. The License
  11.  3. The Demo
  12.  4. How To Use ??
  13.  
  14.  
  15. ==========================
  16. 1. Author
  17. =========
  18. Alexandre THOMAS <alexthomas@free.fr>
  19.  
  20.  
  21. ==========================
  22. 2. The License
  23. ==============
  24. HelpGUI is under the GPL License
  25.  
  26.  
  27. ==========================
  28. 3. The Demo
  29. ===========
  30. The HelpGUI demo show you a simple example of the
  31. HelpGUI utilisation.
  32. Run by "java -jar helpgui-version-demo.jar"
  33. The Main Frame is showing with some documentation example
  34.  
  35.  
  36.  
  37. ==========================
  38. 4. How To Use ??
  39. ================
  40.  
  41. Create a directory like /docs/help/
  42. include a file name toc.xml (table of content) and edit it as the on of the demo.
  43. Next edit you html web pages on the directory
  44.  
  45. For launching the helpGUI only use the following line
  46.  
  47. JFrame helpFrame = new net.sourceforge.helpgui.gui.MainFrame("/docs/help/","java");
  48. helpFrame.setVisible(true);
  49.  
  50.  "/docs/help/" is the directory where the files are located
  51.  "java" is the icon theme (choose between bluecurve, crystal, gtk, java, jfa, kde, plastic, slick, windows
  52.  
  53.  
  54.  
  55.